SixBit API Schema
OrderIDType Simple Type
Description
This is unique identifier of the Order. It is created internally by SixBit. This field is used to identify a order during an update. It is ignored during an Add operation.
Namespace (none)
Type
Restriction of xs:integer
Diagram
OrderIDType Simple Type
Overview
OrderIDType Restriction of xs:integer
This is unique identifier of the Order. It is created internally by SixBit. This field is used to identify a order during an update. It is ignored during an Add operation.
Source
<xs:simpleType name="OrderIDType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:annotation>
    <xs:documentation>This is unique identifier of the Order.  It is created internally by SixBit.  This field is used to identify a order during an update.  It is ignored during an Add operation.</xs:documentation>
  </xs:annotation>
  <xs:restriction base="xs:integer" />
</xs:simpleType>
See Also
SixBit API Schema

 

 


© 2022 All Rights Reserved.

Send comments on this topic.